return ((SwingBeanInfo)this).createBeanDescriptor(classJSeparator, new Object[]{"preferred", Boolean.TRUE, "isContainer", Boolean.FALSE, "shortDescription", "<A description of this component>."});
public PropertyDescriptor[] getPropertyDescriptors() {
Object[] var1 = new Object[]{"HORIZONTAL", new Integer(0), "SwingConstants.HORIZONTAL", "VERTICAL", new Integer(1), "SwingConstants.VERTICAL"};
return new PropertyDescriptor[]{this.createPropertyDescriptor("UIClassID", new Object[]{"shortDescription", "UIClassID"}), this.createPropertyDescriptor("accessibleContext", new Object[]{"shortDescription", "accessibleContext"}), this.createPropertyDescriptor("UI", new Object[]{"bound", Boolean.TRUE, "expert", Boolean.TRUE, "hidden", Boolean.TRUE, "shortDescription", "The menu item's UI delegate "}), this.createPropertyDescriptor("orientation", new Object[]{"bound", Boolean.TRUE, "enumerationValues", var1, "preferred", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "The orientation of the separator."}), this.createPropertyDescriptor("focusTraversable", new Object[]{"shortDescription", "focusTraversable"})};